JAMS 6.x Help
PSWrapperGeneric<TResult> Class Members
Fields  Properties  Methods 


The following tables list the members exposed by PSWrapperGeneric<TResult>.

Public Constructors
 NameDescription
Public ConstructorPSWrapperGeneric<TResult> ConstructorPSWrapperGeneric executes a PowerShell function or cmdlet.  
Top
Protected Fields
 NameDescription
Protected FieldContinueExecutionDefaults to true. Can be set to false to stop execution. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<TResult>)
Protected Fieldm_PSWorkflowHostCreates an instance of PSWorkflowHowst (Inherited from MVPSI.JAMS.Activities.PowerShell.PSActivityGeneric<TResult>)
Top
Public Properties
 NameDescription
Public PropertyCommandNameThe name of the Command or Function.  
Public PropertyConsoleFilePathSpecifies the path to the Console file. (Inherited from MVPSI.JAMS.Activities.PowerShell.PSActivityGeneric<TResult>)
Public PropertyDisplayName (Inherited from System.Activities.Activity)
Public PropertyId (Inherited from System.Activities.Activity)
Public PropertyInputOptional pipeline input to pass into the PSWrapperGeneric.  
Public PropertyModuleNameThe name of the Module that contains the command to be run.  
Public PropertyOptionsSpecifies options for the PowerShell runtime. (Inherited from MVPSI.JAMS.Activities.PowerShell.PSActivityGeneric<TResult>)
Public PropertyPropertiesCollection of Properties.  
Public PropertyReferenceParametersCollection of parameter names that were a PSReference on the function and need to be outputted back to the Workflow.  
Public PropertyResult (Inherited from System.Activities.Activity<TResult>)
Public PropertyResultType (Inherited from System.Activities.ActivityWithResult)
Top
Protected Properties
 NameDescription
Protected PropertyCanInduceIdleAllows the activity to induce idle. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<TResult>)
Protected PropertyConstraints (Inherited from System.Activities.Activity)
Protected PropertyImplementation (Inherited from System.Activities.NativeActivity<TResult>)
Top
Public Methods
 NameDescription
Public MethodGetAttributesReturns a collection of custom attributes for this instance of a component.  
Public MethodGetClassNameReturns the class name of this instance of a component.  
Public MethodGetComponentNameReturns the name of this instance of a component.  
Public MethodGetConverterReturns a type converter for this instance of a component.  
Public MethodGetDefaultEventReturns the default event for this instance of a component.  
Public MethodGetDefaultPropertyReturns the default property for this instance of a component.  
Public MethodGetEditorReturns an editor of the specified type for this instance of a component.  
Public MethodGetEventsOverloaded. Returns the events for this instance of a component using the specified attribute array as a filter.  
Public MethodGetPropertiesOverloaded. Provides an interface that supplies dynamic custom type information for an object.  
Public MethodGetPropertyOwnerReturns an object that contains the property described by the specified property descriptor.  
Public MethodResumeCommandBookmarkResumes a bookmark created when starting an Activity. Supported responses are Release or Skip. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivityGeneric<TResult>)
Public MethodToString (Inherited from System.Activities.Activity)
Top
Protected Methods
 NameDescription
Protected MethodAbort (Inherited from System.Activities.NativeActivity<TResult>)
Protected MethodCacheMetadataOverloaded. Overridden. Registers activity Metadata  
Protected MethodCancel (Inherited from System.Activities.NativeActivity<TResult>)
Protected MethodExecuteOverridden. Executes the PSWrapperGeneric Activity  
Protected MethodOnCreateDynamicUpdateMapOverloaded.  (Inherited from System.Activities.NativeActivity<TResult>)
Protected MethodUpdateInstance (Inherited from System.Activities.NativeActivity<TResult>)
Top
See Also

Reference

PSWrapperGeneric<TResult> Class
MVPSI.JAMS.Activities.PowerShell Namespace

Send Feedback